home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / An / Kap_2 / An_2_5.dxr / 00035_Klik video 10.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  683 b   |  30 lines

  1. on beginSprite me
  2.   set the visible of sprite the spriteNum of me to 1
  3.   set the visible of sprite (the spriteNum of me + 1) to 0
  4.   set the visible of sprite (the spriteNum of me + 2) to 0
  5. end
  6.  
  7. on endSprite me
  8. end
  9.  
  10. on mouseEnter me
  11.   set the cursor of sprite the spriteNum of me to [member "ruka_1", member "ruka_2"]
  12.   set the visible of sprite (the spriteNum of me + 1) to 1
  13. end
  14.  
  15. on mouseLeave me
  16.   set the visible of sprite (the spriteNum of me + 1) to 0
  17.   set the cursor of sprite the spriteNum of me to -1
  18. end
  19.  
  20. on mouseDown me
  21. end
  22.  
  23. on mouseUp me
  24.   go(180)
  25.   puppetSound(1, 0)
  26.   puppetSound(2, 0)
  27.   puppetSound(3, 0)
  28.   set the visible of sprite (the spriteNum of me + 2) to 1
  29. end
  30.